home *** CD-ROM | disk | FTP | other *** search
- -- card: 7976 from stack: in.0
- -- bmap block id: 19154
- -- flags: 0000
- -- background id: 2805
- -- name: ROM
- ----- HyperTalk script -----
- on opencard
- show background field 2
- end opencard
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=50 top=76 right=235 bottom=128
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ROM
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual effect dissolve fast
- go to card "Inside ROM"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=167 top=76 right=235 bottom=245
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ROM
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual effect dissolve fast
- go to card "Inside ROM"
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=290 top=138 right=150 bottom=339
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: toolbox
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual effect wipe left
- go to card "inside the roms"
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=365 top=138 right=151 bottom=466
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: operating system
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual effect wipe left
- go to card "operating system"
- end mouseUp
-
-
-
- -- part 7 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=285 top=267 right=305 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 156
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
-
-
- -- part contents for background part 6
- ----- text -----
- ROM
-
-
- -- part contents for background part 37
- ----- text -----
-
- ROM is the Macintosh SE's permanent read only memory. Its base address is $40 0000 (hexadecimal).
-
- The ROM contains the routines for the Toolbox* and Operating System*, as well as the various traps.
-
- The Macintosh SE contains 128K of ROM.
-
- -- part contents for card part 7
- ----- text -----
- To learn more about the ROM, click on the chip to the left.